home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- end
-
- on widget
- repeat with n = 2 to 14
- set the visible of sprite n to 0
- if rollOver(2) = 1 then
- set the visible of sprite 13 to 1
- next repeat
- end if
- if rollOver(3) = 1 then
- set the visible of sprite 9 to 1
- next repeat
- end if
- if rollOver(4) = 1 then
- set the visible of sprite 14 to 1
- next repeat
- end if
- if rollOver(6) = 1 then
- set the visible of sprite 11 to 1
- next repeat
- end if
- if rollOver(7) = 1 then
- set the visible of sprite 12 to 1
- next repeat
- end if
- if rollOver(5) = 1 then
- set the visible of sprite 10 to 1
- next repeat
- end if
- set the visible of sprite n to 0
- end repeat
- end
-
- on tic
- puppetSound("Mouse Down")
- end
-